repo.or.cz
/
phoenix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Satellite: saving Home
[phoenix.git]
/
pages
/
Css Tips.textile
blob
919a8a97c67d722a344290e6fd44fb008ac8c535
1
* 去除链接(A)外面的点框
2
{{{
3
<style type="text/css" media="screen">
4
a {
5
outline-style:none;
6
outline-width:0;
7
}
8
</style>
9
<a href="http://www.sina.com" target="_blank">sina</a>
10
}}}
11
12
13
* IE hack
14
15
{{{
16
left: 220px;
17
#left: 168px; #IE
18
}}}